print n times

31

>>> os = "our string " >>> os * 5 'our string our string our string our string our string ' 

Comments

Submit
0 Comments